home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 301-325 / disk_315 / surf / lmkfile < prev    next >
Text File  |  1992-05-06  |  2KB  |  68 lines

  1. .c.o:
  2. #        copy $*.c to ram:
  3.         lc -ff -o$*.o $*.c
  4. #        lc -ff -oram:$*.o ram:$*.c
  5. #        copy ram:$*.o to $*.o
  6. #        -delete ram:$*.o
  7. #        -delete ram:$*.c
  8.  
  9. ofiles = scrnio.o scrnops.o scrndef.o main.o gadgetdef.o menudef.o mouse.o gadgetuse.o
  10. gfiles = bezpt.o revolve.o control.o poly.o fasttrig.o
  11. imagefiles = readilbm.o writeilbm.o packer.o mapstuff.o mapcalc.o getfilenames.o mapimgpix.o
  12.  
  13. all:        surf MergeRGB tov3d
  14.  
  15. surf:        $(ofiles) $(gfiles) $(imagefiles)
  16.         blink with surf.lnk
  17.  
  18. MergeRGB:    MergeRGB.o
  19.         Blink with MergeRGB.lnk
  20.  
  21. MergeRGB.o:    mergergb.c
  22.  
  23. tov3d:        tov3d.o
  24.         blink with tov3d.lnk
  25.  
  26. tov3d.o:    tov3d.c
  27.  
  28. bezpt.o:    bezpt.c scrnio.h control.h bezpt.h mytypes.h
  29.  
  30. control.o:    control.c bezpt.h control.h scrnio.h mytypes.h
  31.  
  32. fasttrig.o:    fasttrig.c fasttrig.h
  33.  
  34. gadgetdef.o:    gadgetdef.c scrnio.ih scrndef.h gadgetdef.h mytypes.h bezpt.h poly.h revolve.h readilbm.h
  35.  
  36. gadgetuse.o:    gadgetuse.c scrnio.ih scrndef.h gadgetdef.h mytypes.h poly.h readilbm.h
  37.  
  38. getfilenames.o:    getfilenames.c scrnio.ih scrndef.h mytypes.h
  39.  
  40. main.o:        main.c scrnio.h mytypes.h
  41.  
  42. mapcalc.o:    mapcalc.c mytypes.h revolve.h mapstuff.h menuexp.h
  43.  
  44. mapimgpix.o:    mapimgpix.c mytypes.h readilbm.h
  45.  
  46. mapstuff.o:    mapstuff.c mytypes.h poly.h bezpt.h revolve.h readilbm.h mapstuff.h menuexp.h
  47.  
  48. menudef.o:    menudef.c menuexp.h gadgetdef.h scrnio.h menudef.h scrndef.h poly.h readilbm.h menu_color.c menu_scrn.c menu_image.c menu_files.c
  49.  
  50. mouse.o:    mouse.c scrnio.ih scrnio.h mytypes.h bezpt.h control.h
  51.  
  52. packer.o:    packer.c
  53.  
  54. poly.o:        poly.c mytypes.h scrnio.h bezpt.h revolve.h control.h poly.h readilbm.h menuexp.h
  55.  
  56. readilbm.o:    readilbm.c readilbm.h
  57.  
  58. revolve.o:    revolve.c fasttrig.h bezpt.h revolve.h mytypes.h
  59.  
  60. scrndef.o:    scrndef.c scrndef.h
  61.  
  62. scrnio.o:    scrnio.c scrnio.ih scrndef.h scrnio.h gadgetdef.h menudef.h
  63.  
  64. scrnops.o:    scrnops.c scrnio.ih scrndef.h scrnio.h gadgetdef.h menudef.h bezpt.h revolve.h control.h poly.h
  65.  
  66. writeilbm.o:    writeilbm.c mytypes.h
  67.  
  68.